home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-12-02 | 29.5 KB | 1,307 lines |
- -- background: 2634 from stack: in
- -- bmap block id: 6388
- -- flags: 4000
- -- background id: 0
- -- name: NORMAL BACKGROUND
-
-
- -- part 71 (field)
- -- low flags: 02
- -- high flags: 0000
- -- rect: left=96 top=23 right=38 bottom=486
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: phone number
-
-
- -- part 72 (field)
- -- low flags: 02
- -- high flags: 0000
- -- rect: left=96 top=40 right=55 bottom=486
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: bbs name
-
-
- -- part 73 (field)
- -- low flags: 02
- -- high flags: 0000
- -- rect: left=96 top=58 right=73 bottom=486
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: hours
-
-
- -- part 74 (field)
- -- low flags: 02
- -- high flags: 0000
- -- rect: left=96 top=76 right=91 bottom=486
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: speeds
-
-
- -- part 103 (field)
- -- low flags: 02
- -- high flags: 0000
- -- rect: left=96 top=94 right=109 bottom=486
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Location
-
-
- -- part 75 (field)
- -- low flags: 02
- -- high flags: 0000
- -- rect: left=96 top=112 right=127 bottom=486
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: sysop
- ----- HyperTalk script -----
-
-
-
-
- -- part 76 (field)
- -- low flags: 02
- -- high flags: 0000
- -- rect: left=96 top=130 right=145 bottom=486
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: open to public?
-
-
- -- part 77 (field)
- -- low flags: 02
- -- high flags: 0000
- -- rect: left=96 top=148 right=163 bottom=486
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: fee?
-
-
- -- part 91 (button)
- -- low flags: 00
- -- high flags: 2004
- -- rect: left=444 top=296 right=329 bottom=488
- -- title width / last selected line: 0
- -- icon id / first selected line: 8419 / 8419
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: NEXT
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve to gray
- visual effect scroll left
- go to next card
- end mouseUp
-
-
- -- part 97 (button)
- -- low flags: 00
- -- high flags: 2004
- -- rect: left=444 top=220 right=253 bottom=488
- -- title width / last selected line: 0
- -- icon id / first selected line: 1011 / 1011
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: HOME
- ----- HyperTalk script -----
- on mouseUp
- getHomeInfo
- visual effect barn door close to gray
- visual effect barn door open
- go home
- end mouseUp
-
-
-
-
- -- part 98 (button)
- -- low flags: 00
- -- high flags: 2004
- -- rect: left=444 top=258 right=291 bottom=488
- -- title width / last selected line: 0
- -- icon id / first selected line: 17779 / 17779
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: PREV
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve to gray
- visual effect scroll right
- go to previous card
- end mouseUp
-
-
- -- part 139 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=255 top=277 right=329 bottom=333
- -- title width / last selected line: 0
- -- icon id / first selected line: 32670 / 32670
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Scan all cards
- ----- HyperTalk script -----
- on mouseUp
- get last item of the screenRect
- if it > 342 then show message box at 20,357
- else
- show message box at 21,301
- end if
- put "Click the mouse to stop the scanning..."
- repeat until the mouseclick
- set cursor to busy
- visual effect dissolve to gray
- set cursor to busy
- visual effect scroll left
- set cursor to busy
- go to next card
- set cursor to busy
- wait 1 seconds
- end repeat
- hide message box
- end mouseUp
-
-
-
-
- -- part 155 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=26 top=219 right=271 bottom=136
- -- title width / last selected line: 0
- -- icon id / first selected line: 23670 / 23670
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Dial with White Knight
- ----- HyperTalk script -----
- on mouseUp
- get userlevel
- if it = 1
- then set userLevel to 2
- else
- if it = 5
- then set userlevel to it
- end if
- get loc of field "Last Verified"
- click at it
- type tab
- DoMenu Copy Text
- If highlite of background button ID 156 is true then
- get last item of the screenRect
- if it > 342 then show message box at 20,357
- else
- show message box at 21,301
- end if
- put "Now dialing the selected BBS at 1200 with White Knight..."
- Open "Dial1200.PROC" with "White Knight"
- wait 1 second
- hide message box
- else
- If highlite of background button ID 157 is true then
- get last item of the screenRect
- if it > 342 then show message box at 20,357
- else
- show message box at 21,301
- end if
- put "Now dialing the selected BBS at 2400 with White Knight..."
- Open "Dial2400.PROC" with "White Knight"
- wait 1 second
- hide message box
- else
- If highlite of background button ID 158 is true then
- get last item of the screenRect
- if it > 342 then show message box at 20,357
- else
- show message box at 21,301
- end if
- put "Now dialing the selected BBS at 9600 with White Knight..."
- Open "Dial9600.PROC" with "White Knight"
- wait 1 second
- hide message box
- else
- end if
- end if
- end if
- end mouseUp
-
-
-
- -- part 156 (button)
- -- low flags: 00
- -- high flags: 8006
- -- rect: left=53 top=277 right=294 bottom=107
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 1200
- ----- HyperTalk script -----
- on mouseUp
- set highlite of bkgnd button ID 156 to true
- set highlite of bkgnd button ID 157 to false
- set highlite of bkgnd button ID 158 to false
- end mouseUp
-
-
-
- -- part 157 (button)
- -- low flags: 00
- -- high flags: C006
- -- rect: left=53 top=294 right=310 bottom=107
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 2400
- ----- HyperTalk script -----
- on mouseUp
- set highlite of bkgnd button ID 156 to false
- set highlite of bkgnd button ID 157 to true
- set highlite of bkgnd button ID 158 to false
- end mouseUp
-
-
-
- -- part 158 (button)
- -- low flags: 00
- -- high flags: 8006
- -- rect: left=53 top=311 right=327 bottom=108
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 9600
- ----- HyperTalk script -----
- on mouseUp
- set highlite of bkgnd button ID 156 to false
- set highlite of bkgnd button ID 157 to false
- set highlite of bkgnd button ID 158 to true
- end mouseUp
-
-
-
- -- part 189 (field)
- -- low flags: 02
- -- high flags: 0000
- -- rect: left=96 top=167 right=181 bottom=486
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Nodes
-
-
- -- part 179 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=162 top=277 right=329 bottom=249
- -- title width / last selected line: 0
- -- icon id / first selected line: 8538 / 8538
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Search all fields
- ----- HyperTalk script -----
- on mouseUp
- hide card window
- ask "Enter text to search all the fields for:"
- put it into searchtext
- if it is empty then CleanExit
- else
- set cursor to busy
- show card window
- get last item of the screenRect
- if it > 342 then show message box at 20,357
- else
- show message box at 21,301
- end if
- put "Click the mouse to stop the searching..."
- repeat until the mouseclick
- set cursor to busy
- Find string searchtext
- set cursor to Busy
- wait 1 seconds
- set cursor to Busy
- visual effect dissolve to gray
- set cursor to Busy
- visual effect scroll left
- set cursor to Busy
- end repeat
- hide message box
- end if
-
- end mouseUp
-
-
- on CleanExit
- hide message box
- show card window
- end CleanExit
-
-
-
- -- part 86 (field)
- -- low flags: 02
- -- high flags: 0000
- -- rect: left=96 top=184 right=200 bottom=233
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 14
- -- part name: Since
-
-
- -- part 88 (field)
- -- low flags: 02
- -- high flags: 0000
- -- rect: left=309 top=183 right=199 bottom=487
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 14
- -- part name: Last Verified
- ----- HyperTalk script -----
-
-
-
-
- -- part 194 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=338 top=277 right=329 bottom=426
- -- title width / last selected line: 0
- -- icon id / first selected line: 20186 / 20186
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Sort by area code
- ----- HyperTalk script -----
- on mouseUp
- --
- hide card window
- show message box at 19,153
- put "Now sorting the listings by area code..."
- --
- sort by field 1
- --
- put "sorting completed!"
- beep
- hide message box
- show card window
- end mouseUp
-
-
-
- -- part 196 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=273 top=219 right=271 bottom=368
- -- title width / last selected line: 0
- -- icon id / first selected line: 1004 / 1004
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: create tabbed List
- ----- HyperTalk script -----
- on mouseUp
- hide card window
- put NewFileName("New name for this file:", "tabbed list") into shortRRHostList
- if shortRRHostList is not empty then
- --
- open file shortRRHostList
- --
- show message box at 19,153
- put "Sorting the cards by area code ..."
- --
- sort by field 1
- --
- put "sorting completed!"
- hide message box
- ---
- Progress 1, "Now creating a tabbed List"
- lock screen
- put the ID of this card into backhere
- repeat with i=1 to the number of cards
- go card i
- Progress 2,(i/the number of cards)*100
- write field 1 to file shortRRHostList
- write tab to file shortRRHostList
- write field 2 to file shortRRHostList
- write tab to file shortRRHostList
- write field 3 to file shortRRHostList
- write tab to file shortRRHostList
- write field 4 to file shortRRHostList
- write tab to file shortRRHostList
- write field 5 to file shortRRHostList
- write tab to file shortRRHostList
- write field 6 to file shortRRHostList
- write tab to file shortRRHostList
- write field 7 to file shortRRHostList
- write tab to file shortRRHostList
- write field 8 to file shortRRHostList
- write tab to file shortRRHostList
- write field 9 to file shortRRHostList
- write tab to file shortRRHostList
- write field 10 to file shortRRHostList
- write tab to file shortRRHostList
- write field 11 to file shortRRHostList
- write return to file shortRRHostList
- go to next card
- end repeat
- Progress 3
- go backhere
- unlock screen
- close file shortRRHostList
- --
- beep
- end if
- show card window
- --
- end mouseUp
-
-
-
- -- part 205 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=26 top=20 right=39 bottom=90
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: FIND Phone
- ----- HyperTalk script -----
- on mouseUp
- hide card window
- ask "Enter text to search 'Phone:' field for:"
- put it into searchtext
- if it is empty then CleanExit
- else
- show card window
- get last item of the screenRect
- if it > 342 then show message box at 20,357
- else
- show message box at 21,301
- end if
- put "Click the mouse to stop the searching..."
- show card window
- repeat until the mouseclick
- set cursor to busy
- Find string searchtext in background field ID 71
- set cursor to Busy
- wait 1 seconds
- set cursor to Busy
- visual effect dissolve to gray
- set cursor to Busy
- visual effect scroll left
- set cursor to Busy
- end repeat
- hide message box
- end if
- end mouseUp
-
- on CleanExit
- hide message box
- show card window
- end CleanExit
-
-
-
- -- part 208 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=374 top=219 right=271 bottom=426
- -- title width / last selected line: 0
- -- icon id / first selected line: 21060 / 21060
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Help
- ----- HyperTalk script -----
- on mouseUp
- lock screen
- go to card ID 38544
- show card field "help Field"
- unlock screen with visual effect zoom out
- end mouseUp
-
-
-
-
- -- part 207 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=162 top=219 right=271 bottom=267
- -- title width / last selected line: 0
- -- icon id / first selected line: 1004 / 1004
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: create The SS List
- ----- HyperTalk script -----
- on mouseUp
- hide card window
- put NewFileName("New name for this file:", "The SS List") into shortRRHostList
- if shortRRHostList is not empty then
- --
- put " "into TEMP0
- put "The SS List / " into TEMP12
- put "Maintained by James VanGeyten / " into TEMP13
- put "Mac's Last Stand 716-264-9106" into TEMP14
- put "Created with The SS Stack " into TEMP15
- put "on " into TEMP17
- put the short date into TEMP18
- put " at " into TEMP19
- put the long time into TEMP20
- --
- put "* If 'Hours:' is not listed, then 24 hour operation" into TEMP22
- put "* If 'Public:' is not listed," into TEMP23
- put " then it is considered Public" into TEMP25
- put "* If 'Fee:' is not listed, then there is no Fee" into TEMP24
- ---
- put "Phone: " into TEMP1
- put "Name: " into TEMP2
- put "Hours: " into TEMP3
- put "Speeds: " into TEMP4
- put "Location: " into TEMP5
- put "Sysop: " into TEMP6
- put "Public: " into TEMP7
- put "Fee: " into TEMP8
- put "Node: " into TEMP9
- put "Since: " into TEMP10
- put "Verified: " into TEMP11
- ---
- open file shortRRHostList
- ---
- write TEMP12 to file shortRRHostList
- write TEMP13 to file shortRRHostList
- write TEMP14 to file shortRRHostList
- write return to file shortRRHostList
- write TEMP15 to file shortRRHostList
- write TEMP17 to file shortRRHostList
- write TEMP18 to file shortRRHostList
- write TEMP19 to file shortRRHostList
- write TEMP20 to file shortRRHostList
- write return to file shortRRHostList
- write return to file shortRRHostList
- write TEMP22 to file shortRRHostList
- write return to file shortRRHostList
- write TEMP23 to file shortRRHostList
- write TEMP25 to file shortRRHostList
- write return to file shortRRHostList
- write TEMP24 to file shortRRHostList
- write return to file shortRRHostList
- write return to file shortRRHostList
- --
- show message box at 19,153
- put "Sorting the cards by area code ..."
- --
- sort by field 1
- --
- put "sorting completed!"
- hide message box
- ---
- set cursor to Busy
- Progress 1, "... Now creating The SS List"
- lock screen
- put the ID of this card into backhere
- repeat with i=1 to the number of cards
- go card i
- Progress 2,(i/the number of cards)*100
- set cursor to Busy
- write TEMP0 to file shortRRHostList
- write return to file shortRRHostList
- set cursor to Busy
- ----
- if field 1 is not empty
- then
- write TEMP1 to file shortRRHostList
- write field 1 to file shortRRHostList
- write return to file shortRRHostList
- else
- end if
- set cursor to Busy
- ----
- if field 2 is not empty
- then
- write TEMP2 to file shortRRHostList
- write field 2 to file shortRRHostList
- write return to file shortRRHostList
- else
- end if
- set cursor to Busy
- ----
- if field 3 is not empty
- then
- write TEMP3 to file shortRRHostList
- write field 3 to file shortRRHostList
- write return to file shortRRHostList
- else
- end if
- set cursor to Busy
- ----
- if field 4 is not empty
- then
- write TEMP4 to file shortRRHostList
- write field 4 to file shortRRHostList
- write return to file shortRRHostList
- else
- end if
- set cursor to Busy
- ----
- if field 5 is not empty
- then
- write TEMP5 to file shortRRHostList
- write field 5 to file shortRRHostList
- write return to file shortRRHostList
- else
- end if
- set cursor to Busy
- ----
- if field 6 is not empty
- then
- write TEMP6 to file shortRRHostList
- write field 6 to file shortRRHostList
- write return to file shortRRHostList
- else
- end if
- set cursor to Busy
- ----
- if field 7 is not empty
- then
- write TEMP7 to file shortRRHostList
- write field 7 to file shortRRHostList
- write return to file shortRRHostList
- else
- end if
- set cursor to Busy
- ----
- if field 8 is not empty
- then
- write TEMP8 to file shortRRHostList
- write field 8 to file shortRRHostList
- write return to file shortRRHostList
- else
- end if
- set cursor to Busy
- ---
- if field 9 is not empty
- then
- write TEMP9 to file shortRRHostList
- write field 9 to file shortRRHostList
- write return to file shortRRHostList
- else
- end if
- set cursor to Busy
- ----
- if field 10 is not empty
- then
- write TEMP10 to file shortRRHostList
- write field 10 to file shortRRHostList
- write return to file shortRRHostList
- else
- end if
- set cursor to Busy
- ----
- if field 11 is not empty
- then
- write TEMP11 to file shortRRHostList
- write field 11 to file shortRRHostList
- write return to file shortRRHostList
- else
- end if
- set cursor to Busy
- ----
- go to next card
- end repeat
- Progress 3
- go backhere
- unlock screen
- close file shortRRHostList
- --
- beep
- end if
- show card window
- --
- end mouseUp
-
-
-
- -- part 210 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=26 top=38 right=57 bottom=90
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: FIND name
- ----- HyperTalk script -----
- on mouseUp
- hide card window
- ask "Enter text to search 'Name:' field for:"
- put it into searchtext
- if it is empty then CleanExit
- else
- show card window
- get last item of the screenRect
- if it > 342 then show message box at 20,357
- else
- show message box at 21,301
- end if
- put "Click the mouse to stop the searching..."
- show card window
- repeat until the mouseclick
- set cursor to busy
- Find string searchtext in background field ID 72
- set cursor to Busy
- wait 1 seconds
- set cursor to Busy
- visual effect dissolve to gray
- set cursor to Busy
- visual effect scroll left
- set cursor to Busy
- end repeat
- hide message box
- end if
- end mouseUp
-
- on CleanExit
- hide message box
- show card window
- end CleanExit
-
-
-
- -- part 211 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=26 top=56 right=75 bottom=90
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Hours location
- ----- HyperTalk script -----
- on mouseUp
- hide card window
- ask "Enter text to search 'Hours:' field for:"
- put it into searchtext
- if it is empty then CleanExit
- else
- show card window
- get last item of the screenRect
- if it > 342 then show message box at 20,357
- else
- show message box at 21,301
- end if
- put "Click the mouse to stop the searching..."
- show card window
- repeat until the mouseclick
- set cursor to busy
- Find string searchtext in background field ID 73
- set cursor to Busy
- wait 1 seconds
- set cursor to Busy
- visual effect dissolve to gray
- set cursor to Busy
- visual effect scroll left
- set cursor to Busy
- end repeat
- hide message box
- end if
- end mouseUp
-
- on CleanExit
- hide message box
- show card window
- end CleanExit
-
-
-
- -- part 212 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=26 top=74 right=93 bottom=90
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: FIND Speeds
- ----- HyperTalk script -----
- on mouseUp
- hide card window
- ask "Enter text to search 'Speeds:' field for:"
- put it into searchtext
- if it is empty then CleanExit
- else
- show card window
- get last item of the screenRect
- if it > 342 then show message box at 20,357
- else
- show message box at 21,301
- end if
- put "Click the mouse to stop the searching..."
- show card window
- repeat until the mouseclick
- set cursor to busy
- Find string searchtext in background field ID 74
- set cursor to Busy
- wait 1 seconds
- set cursor to Busy
- visual effect dissolve to gray
- set cursor to Busy
- visual effect scroll left
- set cursor to Busy
- end repeat
- hide message box
- end if
- end mouseUp
-
- on CleanExit
- hide message box
- show card window
- end CleanExit
-
-
-
- -- part 213 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=26 top=92 right=111 bottom=90
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: FIND location
- ----- HyperTalk script -----
- on mouseUp
- hide card window
- ask "Enter text to search 'Location:' field for:"
- put it into searchtext
- if it is empty then CleanExit
- else
- show card window
- get last item of the screenRect
- if it > 342 then show message box at 20,357
- else
- show message box at 21,301
- end if
- put "Click the mouse to stop the searching..."
- show card window
- repeat until the mouseclick
- set cursor to busy
- Find string searchtext in background field ID 103
- set cursor to Busy
- wait 1 seconds
- set cursor to Busy
- visual effect dissolve to gray
- set cursor to Busy
- visual effect scroll left
- set cursor to Busy
- end repeat
- hide message box
- end if
- end mouseUp
-
- on CleanExit
- hide message box
- show card window
- end CleanExit
-
-
-
- -- part 214 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=26 top=110 right=129 bottom=90
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: FIND Sysop
- ----- HyperTalk script -----
- on mouseUp
- hide card window
- ask "Enter text to search 'Sysop:' field for:"
- put it into searchtext
- if it is empty then CleanExit
- else
- show card window
- get last item of the screenRect
- if it > 342 then show message box at 20,357
- else
- show message box at 21,301
- end if
- put "Click the mouse to stop the searching..."
- show card window
- repeat until the mouseclick
- set cursor to busy
- Find string searchtext in background field ID 75
- set cursor to Busy
- wait 1 seconds
- set cursor to Busy
- visual effect dissolve to gray
- set cursor to Busy
- visual effect scroll left
- set cursor to Busy
- end repeat
- hide message box
- end if
- end mouseUp
-
- on CleanExit
- hide message box
- show card window
- end CleanExit
-
-
-
- -- part 215 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=26 top=128 right=147 bottom=90
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: FIND Public
- ----- HyperTalk script -----
- on mouseUp
- hide card window
- ask "Enter text to search 'Public:' field for:"
- put it into searchtext
- if it is empty then CleanExit
- else
- show card window
- get last item of the screenRect
- if it > 342 then show message box at 20,357
- else
- show message box at 21,301
- end if
- put "Click the mouse to stop the searching..."
- show card window
- repeat until the mouseclick
- set cursor to busy
- Find string searchtext in background field ID 76
- set cursor to Busy
- wait 1 seconds
- set cursor to Busy
- visual effect dissolve to gray
- set cursor to Busy
- visual effect scroll left
- set cursor to Busy
- end repeat
- hide message box
- end if
- end mouseUp
-
- on CleanExit
- hide message box
- show card window
- end CleanExit
-
-
-
- -- part 216 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=26 top=146 right=165 bottom=90
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: FIND fee
- ----- HyperTalk script -----
- on mouseUp
- hide card window
- ask "Enter text to search 'Fee:' field for:"
- put it into searchtext
- if it is empty then CleanExit
- else
- show card window
- get last item of the screenRect
- if it > 342 then show message box at 20,357
- else
- show message box at 21,301
- end if
- put "Click the mouse to stop the searching..."
- show card window
- repeat until the mouseclick
- set cursor to busy
- Find string searchtext in background field ID 77
- set cursor to Busy
- wait 1 seconds
- set cursor to Busy
- visual effect dissolve to gray
- set cursor to Busy
- visual effect scroll left
- set cursor to Busy
- end repeat
- hide message box
- end if
- end mouseUp
-
- on CleanExit
- hide message box
- show card window
- end CleanExit
-
-
-
- -- part 217 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=26 top=164 right=183 bottom=90
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: FIND nodes
- ----- HyperTalk script -----
- on mouseUp
- hide card window
- ask "Enter text to search 'Nodes:' field for:"
- put it into searchtext
- if it is empty then CleanExit
- else
- show card window
- get last item of the screenRect
- if it > 342 then show message box at 20,357
- else
- show message box at 21,301
- end if
- put "Click the mouse to stop the searching..."
- show card window
- repeat until the mouseclick
- set cursor to busy
- Find string searchtext in background field ID 189
- set cursor to Busy
- wait 1 seconds
- set cursor to Busy
- visual effect dissolve to gray
- set cursor to Busy
- visual effect scroll left
- set cursor to Busy
- end repeat
- hide message box
- end if
- end mouseUp
-
- on CleanExit
- hide message box
- show card window
- end CleanExit
-
-
-
- -- part 218 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=26 top=182 right=201 bottom=90
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: FIND since
- ----- HyperTalk script -----
- on mouseUp
- hide card window
- ask "Enter text to search 'Since:' field for:"
- put it into searchtext
- if it is empty then CleanExit
- else
- show card window
- get last item of the screenRect
- if it > 342 then show message box at 20,357
- else
- show message box at 21,301
- end if
- put "Click the mouse to stop the searching..."
- show card window
- repeat until the mouseclick
- set cursor to busy
- Find string searchtext in background field ID 86
- set cursor to Busy
- wait 1 seconds
- set cursor to Busy
- visual effect dissolve to gray
- set cursor to Busy
- visual effect scroll left
- set cursor to Busy
- end repeat
- hide message box
- end if
- end mouseUp
-
- on CleanExit
- hide message box
- show card window
- end CleanExit
-
-
-
- -- part 219 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=238 top=182 right=201 bottom=302
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: FIND verified
- ----- HyperTalk script -----
- on mouseUp
- hide card window
- ask "Enter text to search 'Verified:' field for:"
- put it into searchtext
- if it is empty then CleanExit
- else
- show card window
- get last item of the screenRect
- if it > 342 then show message box at 20,357
- else
- show message box at 21,301
- end if
- put "Click the mouse to stop the searching..."
- show card window
- repeat until the mouseclick
- set cursor to busy
- Find string searchtext in background field ID 88
- set cursor to Busy
- wait 1 seconds
- set cursor to Busy
- visual effect dissolve to gray
- set cursor to Busy
- visual effect scroll left
- set cursor to Busy
- end repeat
- hide message box
- end if
- end mouseUp
-
- on CleanExit
- hide message box
- show card window
- end CleanExit
-
-